home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C / Applications / Moscow ML 1.31 / source code / mosml / src / mosmllib / test / README < prev    next >
Encoding:
Text File  |  1996-07-08  |  433 b   |  16 lines  |  [TEXT/R*ch]

  1. This directory contains test cases for some of the structures in the
  2. new SML initial basis.
  3.  
  4. It must contain also the file "README" and three symbolic links:
  5.     testlink -> README
  6.     testcycl -> testcycl
  7.     testbadl -> exists.not
  8. It must not contain a file or directory named "exists.not".
  9.  
  10. To run all the tests, invoke (for Moscow ML):
  11.        mosml -P full test.sml > result
  12.    and 
  13.        diff result result.ok
  14.  
  15. Peter Sestoft 1995-03-23
  16.